/*
 *  @ 文件描述: 引用其他less组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
/*
 *  @ 文件描述: 定义less的基础变量
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
/*
 *  @ 文件描述: 购物车组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
/* start 购物车   */
.cart-block-list li {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  height: 80px;
}
.cart-block-list li img {
  width: 55px;
  height: 55px;
  padding: 15px;
}
.cart-block-list li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.cart-block-list li .cart-item-top,
.cart-block-list li .cart-item-down {
  width: 300px;
  text-align: left;
  height: 35px;
  padding: 0;
  margin: 0;
}
.cart-block-list .cart-item-top span:nth-of-type(1) {
  width: 260px;
}
.cart-block-list .cart-item-top span:nth-of-type(2) {
  width: 20px;
}
.cart-block-list .cart-item-top span:nth-of-type(2):hover {
  color: red;
}
.cart-block-list .cart-item-down span:nth-of-type(1) {
  width: 80px;
}
.cart-block-list .cart-item-down span:nth-of-type(2) {
  width: 200px;
  text-align: right;
  color: #eb3b3b;
}
.cart-buttons div,
.cart-buttons .go-check {
  width: 175px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cart-block .cart-block-content .cart-buttons {
  overflow: hidden;
  width: 355px;
  background-color: #E3E3E3;
}
.cart-buttons .go-check,
.cart-buttons .go-check:hover {
  color: #fff;
  background-color: #eb3b3b;
}
.cart-buttons .toal-price {
  color: #eb3b3b;
}
/* end 购物车   */
/*
 *  @ 文件描述: 侧边导航组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
/* start 页面侧边导航   */
.common-tab-scrollTop {
  position: fixed;
  right: 18px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  display: block;
  background-image: url(../img/common_up_row.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
  background-color: #2994f0;
  border-radius: 3px;
  text-align: center;
}
.common-tab-scrollTop:hover {
  background-color: #FF7200;
}
.common-scrollnav {
  position: fixed;
  z-index: 222;
  right: 0;
  top: 40%;
}
.common-scrollnav-link {
  position: fixed;
  z-index: -111;
  right: 16px;
  width: 5px;
  height: 100%;
  background: #4bae4f;
  top: 0;
}
.common-scrollnav li {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 1px;
  cursor: pointer;
  background-color: #4bae4f;
  border-radius: 3px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
  list-style: none;
}
.common-scrollnav-user {
  background-image: url(../img/common_user.png);
}
.common-scrollnav-buy {
  background-image: url(../img/common_buyCar.png);
}
.common-scrollnav-msg {
  background-image: url(../img/common_msg.png);
}
.common-scrollnav-collect {
  background-image: url(../img/common_collect.png);
}
.common-tab-ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 222;
  margin-top: 2px;
}
.common-scrollnav li.active {
  background-color: #FF7200;
}
.common-tab-text {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -222;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
}
.common-tab-text.active {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 75px;
  height: 35px;
  cursor: pointer;
  background-color: #FF7200;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  z-index: -1;
  transform: translate(-73px, 0);
  -ms-transform: translate(-73px, 0);
  /* IE 9 */
  -webkit-transform: translate(-73px, 0);
  /* Safari and Chrome */
  -o-transform: translate(-73px, 0);
  /* Opera */
  -moz-transform: translate(-73px, 0);
  /* Firefox */
  transition: width 1s, transform  1s;
  -moz-transition: width 1s, -moz-transform 1s;
  /* Firefox 4 */
  -webkit-transition: width 1s, -webkit-transform 1s;
  /* Safari 和 Chrome */
  -o-transition: width 1s, -o-transform 1s;
  /* Opera */
}
/* end  页面侧边导航 */
/*
 *  @ 文件描述: 登录表单组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
.login-content {
  width: 100%;
  height: 600px;
  background-color: #4bae4f;
}
.login-form {
  position: absolute;
  top: 85px;
  right: 100px;
  width: 460px;
  height: 430px;
  background-color: #fff;
}
.login-form img {
  display: block;
  margin: 20px auto 50px;
}
.login-input-div {
  position: relative;
  margin: 20px auto 30px;
  width: 392px;
  display: table;
}
.login-input-div span {
  display: table-cell;
  vertical-align: middle;
  width: 42px;
  height: 40px;
  background-color: #4bae4f;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.login-input-div input {
  display: table-cell;
  vertical-align: middle;
  width: 350px;
  height: 40px;
  border: 1px solid #4bae4f;
}
.login-input-deal {
  width: 392px;
  margin: auto;
}
.login-btn {
  height: 42px;
  width: 392px;
  margin: 20px auto 10px;
  display: block;
  background-color: #4bae4f;
  color: #fff;
}
.login-other {
  width: 350px;
  margin: 20px auto 10px;
}
.login-other a {
  display: inline-block;
  height: 23px;
  background: #4bae4f;
  color: #fff;
  background-repeat: no-repeat;
}
.login-error {
  position: absolute;
  right: 0;
  top: 42px;
}
/*
 *  @ 文件描述: 登录注册 找回密码页面 其他组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
/* 标题  */
.ui-regiestTitle {
  width: 100%;
  height: 68px;
  background-color: #4bae4f;
  color: #fff;
  border-radius: 5px;
}
.ui-regiestTitle span {
  margin-left: 35px;
  margin-right: 35px;
  line-height: 68px;
}
.ui-regiestTitle a {
  margin-top: 21px;
  margin-right: 35px;
  margin-left: 0;
  width: 85px;
  height: 26px;
  color: #4bae4f;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 26px;
}
.ui-regiestTitle .title {
  font-size: 23px;
  font-weight: 600px;
}
/* 手机  邮箱   */
.ui-regiestLine {
  width: 100%;
  height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4bae4f;
}
.ui-regiestLine .center-block {
  width: 210px;
}
.ui-regiestLine span {
  display: inline-block;
  width: 100px;
  height: 36px;
  color: #4bae4f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  line-height: 36px;
}
.ui-regiestLine span.active {
  background: #4bae4f;
  color: #fff;
}
/* start 登录注册页面 标题   */
.ui-loginRegisterTitle {
  width: 100%;
  height: 100px;
}
.ui-loginRegisterTitle img {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ui-loginRegisterTitle span {
  margin-left: 30px;
  font-size: 25px;
  line-height: 100px;
}
/* end 登录注册页面 标题   */
/*
 *  @ 文件描述: 普通表单样式
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-11-16 )
 */
.ui-form {
  position: relative;
  width: 480px;
  display: block;
  margin: 50px auto;
}
.ui-form .error {
  color: red;
}
.ui-form .title {
  width: 320px;
  margin-bottom: 30px;
  margin-left: 140px;
  font-size: 28px;
  text-align: center;
}
.ui-form .uiForm-title {
  width: 480px;
  margin-bottom: 30px;
  margin-top: 50px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  text-align: left;
  font-size: 18px;
}
.ui-form .uiForm-btn {
  text-align: center;
  background-color: #4bae4f;
  color: #fff;
  border-radius: 5px;
  line-height: 36px;
}
.ui-form .uiForm-group {
  width: 100%;
  margin-bottom: 15px;
}
.ui-form .uiForm-group .uiForm-group-left {
  width: 130px;
  padding-right: 15px;
  float: left;
  line-height: 42px;
  font-size: 14px;
  text-align: right;
}
.ui-form .uiForm-group .uiForm-group-left .uiForm-tip {
  color: red;
}
.ui-form .uiForm-group .uiForm-group-left .uiForm-name {
  color: #333;
}
.ui-form .uiForm-group .uiForm-group-right {
  width: 320px;
  margin-left: 10px;
  float: left;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-element {
  height: 42px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding-left: 5px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-input {
  width: 100%;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-select {
  width: 100%;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-textarea {
  width: 100%;
  height: 100px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-uploadImg {
  width: 130px;
  height: 130px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-btn-action {
  display: block;
  padding: 0 36px;
  line-height: 42px;
}
.ui-form .uiForm-group .uiForm-group-right .dataInput {
  width: 140px;
  display: inline-block;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-radioLabel {
  padding-left: 10px;
  line-height: 42px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 15px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup {
  width: 100%;
  margin-top: 20px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup-left {
  width: 80px;
  float: left;
  text-align: left;
  height: 33px;
  line-height: 33px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup-right {
  width: 230px;
  margin-right: 10px;
  float: left;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup-right .uiForm-subInput {
  width: 100%;
  height: 33px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup-right .uiForm-subInput-sm {
  width: 110px;
  display: inline-block;
  height: 33px;
}
.ui-form .uiForm-group .uiForm-group-right .uiForm-sub .uiForm-subGroup-right .uiForm-btn-sub {
  width: 110px;
  display: inline-block;
  margin-left: 6px;
  line-height: 33px;
  background: red;
}
.ui-form .uiForm-group-btn {
  margin: auto;
  margin-left: 125px;
}
.ui-form .uiForm-group-btn .uiForm-btn-submit {
  width: 150px;
  display: inline-block;
  margin-left: 15px;
}
/*
 *  @ 文件描述: 商品详情页样式
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-22 )
 */
.ProductData {
  background-color: #fff;
  width: 1200px;
  margin: 30px auto;
}
.ProductDataItem {
  position: relative;
  display: table;
  border: 1px solid #dddddd;
}
.imageWrap {
  position: relative;
  width: 350px;
  display: table-cell;
  height: 434px;
}
.imageZoomCurrent {
  width: 350px;
  height: 350px;
  overflow: hidden;
}
.imageZoomCurrent img {
  width: 100%;
}
.imageZoom {
  overflow: hidden;
  padding: 20px 0 20px 20px;
}
.imageZoom li {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  background-color: #e9e9e9;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.imageZoom li.active {
  border: 3px solid #eb3b3b;
}
.imageZoom li img {
  height: 100%;
  display: block;
  margin: auto;
}
.NewsShop {
  position: relative;
  display: table-cell;
  width: 690px;
  padding: 20px;
}
.NewsShop .title h1 {
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
.NewsShop .goodDetail-newshop-price {
  padding: 12px 0;
  font-size: 14px;
}
.NewsShop .goodDetail-newshop-price span {
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}
.NewsShop .goodDetail-newshop-price span:nth-of-type(1) {
  width: 90px;
  font-size: 14px;
}
.NewsShop .goodDetail-newshop-price span.tip {
  color: red;
  font-size: 23px;
}
.NewsShop .newshop-goodPrice {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 18px;
  background-color: #f0f0f0;
}
.extra {
  overflow: hidden;
  padding: 3px 0;
}
.extra .extra-c {
  float: left;
}
.extra dt,
.extra dd {
  float: left;
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 30px;
}
.extra dt {
  width: 90px;
  color: #333333;
}
.NewsShop .logistic ul {
  overflow: hidden;
}
.NewsShop .logistic li {
  float: left;
  margin-right: 10px;
}
.NewsShop .logistic li #cityChoice {
  border: 1px solid #e3e3e3;
  width: 60px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.NewsShop .isKu-1 dd {
  border: 1px solid #e3e3e3;
  cursor: pointer;
  line-height: 28px;
  padding: 0 6px 0 6px;
  color: #333333;
}
.NewsShop .isKu-1 dd.active,
.NewsShop .isKu-1 dd:hover {
  border: 1px solid #e3e3e3;
  color: #333333;
}
.NewsShop .isKu-2 dd {
  width: 60px;
  height: 80px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.NewsShop .isKu-2 dd span,
.NewsShop .isKu-2 dd img {
  display: block;
}
.NewsShop .isKu-2 dd .text {
  height: 20px;
  line-height: 20px;
}
.NewsShop .isKu-2 dd .oImg {
  height: 60px;
  width: 100%;
  overflow: hidden;
}
.NewsShop .isKu-2 dd .oImg img {
  height: 100%;
  margin: auto;
}
.NewsShop .isKu-2 dd.active,
.NewsShop .isKu-2 dd:hover {
  border: 1px solid #eb3b3b;
}
.NewsShop .isKu-2 dd.active .text,
.NewsShop .isKu-2 dd:hover .text {
  background-color: #eb3b3b;
  color: #fff;
}
.NewsShop .isKu-3 {
  line-height: 32px;
}
.NewsShop .isKu-3 input {
  width: 40px;
  height: 30px;
  border-color: #e3e3e3;
}
.NewsShop .isKu-3 .NumInput {
  border: 1px solid #e3e3e3;
  float: left;
  line-height: 32px;
  padding: 0 10px;
  width: 80px;
}
.NewsShop .isKu-3 .InputKey {
  float: left;
}
.NewsShop .isKu-3 .InputKey img {
  display: block;
}
.NewsShop .isKu-3 .InputKey .plus {
  margin-bottom: 6px;
}
.NewsShop .btn-buy li {
  width: 186px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-top: 20px;
}
.NewsShop .btn-b {
  background-color: #f40;
  color: #fff;
  border-radius: 5px;
}
.NewsShop .btn-s {
  border: 1px solid #f40;
  color: #f40;
  margin-left: 15px;
  border-radius: 5px;
}
.goodDetail-saller-introduct {
  position: relative;
  display: table-cell;
  width: 230px;
  height: 434px;
  padding: 15px;
  font-size: 12px;
}
.goodDetail-storeLogo {
  padding: 10px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.goodDetail-storeLogo a {
  display: block;
  text-align: center;
}
.goodDetail-saller-introduct .storeLogoImg {
  width: 170px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  border: 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.goodDetail-seller-title {
  text-align: left;
  line-height: 55px;
  font-size: 15px;
  font-weight: 600;
  color: #005aa0;
}
.goodDetail-seller-item {
  padding: 3px 0;
  color: #777777;
  max-height: 60px;
  padding-left: 40px;
}
.goodDetail-seller-item span {
  line-height: 28px;
}
.goodDetail-seller-item span:nth-of-type(1) {
  display: inline-block;
  width: 60px;
}
.goodDetail-seller-btn {
  width: 90px;
  height: 28px;
  line-height: 30px;
  padding: 0;
  margin: 2px;
  border: 1px solid #cdcdcd;
  background: #f9f9f9;
  border-radius: 0;
  color: #666;
  display: inline-block;
}
.goodDetail-seller-btn i {
  display: inline-block;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.goodDetail-seller-btn.goodCollect i {
  background: url(../img/popScore.png) no-repeat;
  background-position: -130px 0;
}
.goodDetail-seller-btn.storeCollect i {
  background: url(../img/popScore.png) no-repeat;
  background-position: -78px 0;
}
.goodDetail-seller-btn.callSall i {
  /*background: url(../img/popScore.png) no-repeat;*/
  /*background-position: 0 0;*/
  background: url(../img/icon-qq-sm.png) no-repeat;
  background-size: 100%;
}
.goodDetail-seller-btn.inStore i {
  background: url(../img/popScore.png) no-repeat;
  background-position: -104px 0;
}
.goodDetail-collect-btn {
  text-align: center;
  display: inline-block;
  line-height: 24px;
  width: 80px;
  margin: 30px auto 12px;
  background: #fafafa;
  border: solid 1px #4bae4f;
  border-radius: 3px;
  font-family: microsoft yahei;
  font-size: 14px;
  color: #4bae4f;
  cursor: pointer;
}
.sideBar {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #e3e3e3;
  width: 170px;
  padding: 15px;
  color: #666;
}
.sideBar dd {
  overflow: hidden;
}
.sideBar .logo {
  height: 60px;
  overflow: hidden;
}
.sideBar .logo img {
  width: 100%;
}
.sideBar .line {
  height: 1px;
  background-color: #e3e3e3;
  margin: 15px 0;
}
.sideBar .score,
.sideBar .score-list {
  float: left;
}
.sideBar .score {
  font-size: 24px;
  color: #eb3b3b;
  line-height: 72px;
  width: 80px;
  text-align: center;
}
.sideBar .score-list {
  font-size: 12px;
  line-height: 24px;
}
.sideBar .Tele {
  background-color: #eb3b3b;
  color: #fff;
  border: none;
  width: 100px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: 32px;
  cursor: pointer;
}
.sideBar .Tele:hover {
  background-color: #b53232;
}
.Social {
  position: absolute;
  bottom: 8px;
  padding-left: 30px;
}
.Social ul {
  overflow: hidden;
}
.Social li {
  float: left;
  margin-right: 20px;
  color: #666;
  cursor: pointer;
}
.Social .share {
  padding-left: 20px;
  background: url("../img/icon_21.png") no-repeat left;
}
.Social .collect {
  padding-left: 20px;
  background: url("../img/icon_01.png") no-repeat left;
}
.Social .collect span {
  color: #eb3b3b;
}
.ProductDataContent {
  width: 1200px;
  margin: 30px auto;
  background-color: #fff;
}
.ProductDataContent .PDC-N {
  overflow: hidden;
  z-index: 2;
  position: relative;
  top: 1px;
}
.ProductDataContent .PDC-N li {
  display: table-cell;
  line-height: 36px;
  height: 36px;
  vertical-align: top;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.ProductDataContent .PDC-N li:first-child {
  border-left: 1px solid #e3e3e3;
}
.ProductDataContent .PDC-N li.active {
  color: #4bae4f;
  border-top: 2px solid #4bae4f;
  border-right: 1px solid #4bae4f;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #4bae4f;
}
.ProductDataContent .PDC-N li:hover {
  color: #4bae4f;
}
.ProductDataContent .PDC-C {
  border: 1px solid #e3e3e3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ProductDataContent .PDC-C li {
  display: none;
}
.ProductDataContent .PDC-C li.active {
  display: block;
}
.praise-wrapper {
  padding: 10px 41px;
  border: 1px solid #f4f4f4;
  font-size: 0;
  margin: 30px;
}
.comment-row {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  margin: 30px;
}
.comment-header {
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 40px;
  background-color: #e3e3e3;
  box-sizing: border-box;
}
.productParameterTable {
  width: 1140px;
  margin: 30px;
}
.productParameterTable tr {
  height: 30px;
  line-height: 30px;
}
.productParameterTable tr:nth-of-type(1) {
  background-color: #e3e3e3;
}
#productsIntroduction p {
  margin: 30px;
}
/*
 *  @ 文件描述: 商品列表样式
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-22 )
 */
/*商品列表样式*/
.productList {
  overflow: hidden;
  padding: 20px 19px 20px 18px;
}
.productList dl {
  font-size: 12px;
  width: 218px;
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
}
.productList2 {
  overflow: hidden;
  padding: 20px 0px ;
}
.productList2 dl {
  font-size: 12px;
  width: 220px;
  height: 335px;
  float: left;
  margin-right: 25px;
  padding-bottom: 0;
  margin-bottom: 33px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 2px 2px #fff;
}
.productList dl:hover {
  border: 1px solid #4bae4f;
  box-shadow: 0 0 2px 2px rgba(0, 136, 204, 0.2);
}
.productList dt {
  width: 100%;
  height: 218px;
  overflow: hidden;
  position: relative;
}
.productList dt img {
  width: 100%;
  max-height: 218px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-bottom: 1px solid #ededed;
}
.productList dl:hover img {
  width: 110%;
}
.productList dt .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #e8f2f4;
  line-height: 50px;
  width: 90%;
  background-image: url("../images/bg.png");
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5%;
}
.productList dd {
  margin-top: 5px;
  padding: 15px 6px;
}
.productList dl:hover {
  background-color: #fff;
}
.productList dd p {
  margin-bottom: 4px;
  overflow: hidden;
}
.productList dd i {
  float: right;
  text-decoration: line-through;
  color: #999;
  font-style: normal;
}
.productList dd .collect {
  float: right;
  background: url("../images/icon_00.png") no-repeat left;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.productList dd .collect.active {
  background-image: url("../images/icon_01.png");
}
.productList dd span {
  float: left;
  margin-right: 10px;
  color: #ed2b2b;
  font-size: 18px;
}
.productList dd span.productItem_span {
  display: block;
  float: none;
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
}
.productList dd .productItem_title {
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  margin-top: 5px;
  padding-top: 10px;
}
/*搜索结果*/
.SearchResult {
  width: 1200px;
  margin: 15px auto;
}
.SearchResult .title {
  line-height: 42px;
  color: #333333;
  font-size: 20px;
}
.SearchResult .SearchResultTitle {
  font-size: 16px;
  line-height: 42px;
}
.SearchResult .title span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px;
  color: #666;
}
.SearchResult .title span a {
  margin-left: 10px;
}
.SearchResult .title span a:hover {
  color: #ee4246;
}
.SearchResultNav {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
}
.SearchResultNav .SearchResultTitle {
  color: #666;
}
.SearchResultNav .SearchResultTitle span {
  color: #db2121;
}
.SearchResultNav .group {
  border-bottom: 1px dashed #dcdcdc;
  color: #666;
  overflow: hidden;
  margin-top: 10px;
}
.SearchResultNav .group.NoBorder {
  border-bottom: none;
}
.SearchResultNav .group .head {
  float: left;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #000;
  font-weight: 600;
}
.SearchResultNav .group .body {
  float: left;
  width: 915px;
  height: 30px;
  margin-left: 15px;
}
.SearchResultNav .group .body.Show {
  float: left;
  width: 915px;
  overflow-y: auto;
  height: 100px;
}
.SearchResultNav .group .body .bodyScroll {
  position: relative;
  width: 100%;
  line-height: 30px;
  display: block;
  min-height: 30px;
}
.SearchResultNav .group .body .bodyScroll a {
  margin-right: 40px;
  display: block;
  float: left;
}
.SearchResultNav .group .body .bodyScroll .iconCheck {
  width: 14px;
  height: 14px;
  background: url("../img/icon_17.png");
  float: left;
  margin: 8px 4px 0 0;
  display: none;
}
.SearchResultNav .group .body .bodyScroll .iconCheck.active {
  background: url("../images/icon_16.png");
}
.SearchResultNav .group .body .bodyScroll .text {
  float: left;
}
.SearchResultNav .group .foot {
  float: left;
  width: 100px;
}
.SearchResultNav .group .foot .btnChoice {
  border: 1px solid #b7b7b7;
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 4px;
  margin: 0px 0;
  margin-right: 10px;
  cursor: pointer;
}
.SearchResultNav .group .foot .btnMore {
  float: left;
  font-size: 14px;
  padding: 0 4px;
  line-height: 22px;
  cursor: pointer;
}
.SearchResultNav .group .foot .btnMoreClose {
  float: left;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  display: none;
}
.SearchResultNav .group .foot .btnMoreClose:hover,
.SearchResultNav .group .foot .btnMore:hover {
  color: #4bae4f;
}
.M-sortbar {
  border: 1px solid #e3e3e3;
  margin-top: 12px;
}
.M-sortbar .n-1 {
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #666;
}
.M-sortbar .n-1 li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
}
.M-sortbar .n-1 li.sortTop {
  background: url("../img/icon_18.png") no-repeat right;
  background-color: #4bae4f;
}
.M-sortbar .n-1 li.sortTop a {
  color: #fff;
}
.M-sortbar .n-1 li.on.sortTop {
  background: url("../img/icon_18_on.png") no-repeat right;
  background-color: #4bae4f;
  color: #fff;
}
.M-sortbar .n-1 li.on.sortTop a {
  color: #fff;
}
.M-sortbar .n-1 li.active.sortTop {
  color: #fff;
  background-color: #4bae4f;
}
.M-sortbar .n-1 li.active,
.M-sortbar .n-1 li:hover,
.n-1 li:hover a {
  color: #fff;
  background-color: #4bae4f;
}
.n-1 li.active a {
  color: #fff;
}
.wrapin.SearchResult {
  margin-top: 30px;
}
.M-sortbar .n-2 {
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #666;
  background-color: #ffffff;
}
.M-sortbar .n-2 li {
  float: left;
  padding: 0 20px;
}
.M-sortbar .n-2 li .iconCheck {
  width: 14px;
  height: 14px;
  background: url("../images/icon_17.png");
  float: left;
  margin: 12px 4px 0 0;
}
.M-sortbar .n-2 li .iconCheck.active {
  background: url("../images/icon_16.png");
}
.M-sortbar .n-2 li .text {
  float: left;
}
.SearchResultNav .group .body .bodyScroll .text:hover,
.M-sortbar .n-2 li .text:hover {
  color: #4bae4f;
}
/*页码*/
.Pager {
  margin-top: 15px;
}
.PageBox {
  width: 720px;
  margin: auto;
  overflow: hidden;
  margin-top: 15px;
}
/*line-height:60px;*/
.Pager .items,
.Pager .items li,
.Pager .total,
.Pager .form {
  float: left;
  text-align: center;
  color: #666;
}
.Pager .items li {
  width: 60px;
}
.Pager .items li a {
  display: block;
}
.Pager .items .item {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.Pager .items .item-1 {
  width: 70px;
  border: 1px solid #999;
}
.Pager .items .item-2 {
  width: 70px;
  border: 1px solid #999;
}
/*.Pager .items .forbid{background-color:#f3f3f3;}
.Pager .items .invoke{color:#4bae4f}
*/
.Pager .total {
  padding-left: 10px;
}
.Pager .NumInput {
  border: 1px solid #999;
  text-align: center;
  color: #333;
  width: 40px;
}
.Pager .Submit {
  cursor: pointer;
  width: 40px;
  background: none;
}
.Pager .Submit:hover,
.Pager .items li:hover {
  color: #db2121;
}
.group .body-btn-group {
  text-align: center;
}
.group .body-btn-group button {
  width: 100px;
  height: 30px;
  margin-top: 30px;
  border: 1px solid #e3e3e3;
  line-height: 14px;
  color: #333;
}
.group .body-btn-group button.sure {
  background-color: #e33131;
  color: #fff;
}
/*
 *  @ 文件描述: 用户功能树
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-22 )
 */
.leftTree {
  position: relative;
  float: left;
  width: 215px;
  margin-top: 15px;
  /* background-color: #e3e3e3; */
  margin-bottom: 30px;
  /* background-color: #f5f5f5; */
}
.leftTree dl {
  width: 215px;
  padding: 0;
  margin: 0;
  border: 1px #e1e1e1 solid;
}
.leftTree dl dt {
  font-size: 15px;
  height: 35px;
  background: #eee;
  line-height: 35px;
  padding-left: 23px;
  font-weight: 600;
}
.leftTree dl dd {
  width: 215px;
  line-height: 35px;
  margin: 0;
  padding: 0 0;
  padding-left: 23px;
}
.leftTree dl dd a {
  position: relative;
  padding-left: 2px;
}
.leftTree dl dd a:hover {
  background-color: #fff;
  color: #333;
}
.leftTree dl dd ul {
  padding-left: 10px;
}
.leftTree dl dd ul li {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.leftTree dl dd ul li:before {
  content: '.';
  position: absolute;
  left: 0;
  top: 50%;
  color: red;
}
.leftTree dl dd ul li:hover {
  background-color: #fff;
  color: #333;
}
.leftTree dl dd ul li a:hover {
  background-color: #fff;
  color: #333;
}
.leftTree dl dd ul li:hover a {
  background-color: #fff !important;
  color: #333 !important;
}
.leftTree dl dd ul li:before {
  content: '.';
  position: absolute;
  left: -1px;
  top: -8px;
  color: red;
  font-size: 28px;
}
.leftTree dl dd ul li:hover:before {
  color: red;
}
.leftTree .listStyle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #eb3b3b;
}
/*
 *  @ 文件描述: 购物车信息组件
 *  @ 作者:  赵伟
 *  @ 更新:  赵伟(2016-10-19 )
 */
.shopping-cart {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shopping-cart .oTable-thead {
  clear: both;
  height: 45px;
  line-height: 45px;
  background-color: #f3f3f3;
  border-bottom-width: 0;
  margin-bottom: 0;
}
.shopping-cart .oTable-thead li.td-chk {
  width: 120px;
  text-align: center;
}
.shopping-cart .oTable-thead li.td-img {
  width: 160px;
}
.shopping-cart .oTable-thead li.td-item {
  width: 250px;
}
.shopping-cart .oTable-thead li.td-price {
  width: 150px;
}
.shopping-cart .oTable-thead li.td-amount {
  width: 150px;
}
.shopping-cart .oTable-thead li.td-sum {
  width: 150px;
}
.shopping-cart .oTable-thead li.td-op {
  width: 218px;
}
.shopping-cart .oTable-tbody {
  border-top-width: 0;
}
.shopping-cart .oTable-tbody li.td-checkbox {
  width: 120px;
}
.shopping-cart .oTable-tbody li.td-pic {
  width: 160px;
  text-align: center;
}
.shopping-cart .oTable-tbody li.td-ite {
  width: 250px;
}
.shopping-cart .oTable-tbody li.td-price {
  width: 150px;
}
.shopping-cart .oTable-tbody li.td-amount {
  width: 150px;
}
.shopping-cart .oTable-tbody li.td-amount .Num {
  display: table;
  border: 1px solid #e3e3e3;
  margin-left: 33px;
}
.shopping-cart .oTable-tbody li.td-amount .Num img {
  display: table-cell;
  width: 26px;
  height: 26px;
  margin: 0;
  background-color: #e3e3e3;
  border-width: 0;
}
.shopping-cart .oTable-tbody li.td-amount .Num input {
  display: table-cell;
  width: 35px;
  height: 26px;
  line-height: 26px;
  margin: 0;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: 0 solid #e3e3e3;
  border-bottom: 0 solid #e3e3e3;
}
.shopping-cart .oTable-tbody li.td-sum {
  width: 150px;
}
.shopping-cart .oTable-tbody li.td-op {
  width: 218px;
}
.shopping-cart .cart_ctrl {
  text-align: center;
  height: 45px;
  border: 1px solid #e3e3e3;
  border-top-width: 0;
  position: relative;
  color: #666;
}
.shopping-cart .cart_ctrl label {
  display: inline-block;
  line-height: 45px;
  width: 120px;
  float: left;
  margin: 0;
}
.shopping-cart .cart_ctrl .cart_buy {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  /* font-family: "Microsoft Yahei"; */
  font-weight: normal;
  font-size: 16px;
  width: 130px;
  background: #f40;
  position: absolute;
  right: -1px;
  top: -1px;
}
.shopping-cart .cart_ctrl .price {
  float: right;
  padding-right: 147px;
  padding-top: 15px;
  font-family: "Microsoft Yahei";
}
.shopping-cart .cart_ctrl .sel {
  float: right;
  text-align: right;
  padding: 15px 4px 0 0;
  color: #999;
}

@keyframes downloadImBlock
{
	from {top:0;left: 0;}
	to {top:2px;left: 0;;}
}

.downloadImBlock {
	position: fixed;
	top: 0;
	right: 15px;
	width: 300px;
	z-index: 9999;
	/*transition: top 60s;
	-moz-transition: top 60s;	
	-webkit-transition: top 60s;	
	-o-transition: top 60s;*/	
}

.downloadImBlock-wrap {
	position: relative;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 15px #666;
	border-radius: 5px;
	
	animation: downloadImBlock 1s;
	-moz-animation: downloadImBlock 1s;	
	-webkit-animation: downloadImBlock 1s;	
	-o-animation: downloadImBlock 1s;	
	animation-iteration-count: infinite;
	
}

.downloadImBlock-tip {
	font-size: 12px;
	margin-bottom: 8px;
}

.downloadImBlock-img {
	display: block;
	margin: auto;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
}

.downloadImBlock-btn {
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}

a.downloadImBlock-btn:hover {
	color: #fff;
}

.btn_linkqq{
	position: fixed;
	bottom: 10%;
	right: 0;
	background: url("../img/icon-qq-lg.png") no-repeat;
	width: 93px;
	height: 152px;
	z-index: 99999;
}


